home *** CD-ROM | disk | FTP | other *** search
/ Megahits 3 / Megahits 3 (1994)(GTI - Rhein-Main-Soft)(DE)[!].iso / module / utilities / archives / k1_ii_ed532.lha / Sources / test.c < prev    next >
C/C++ Source or Header  |  1993-06-27  |  72b  |  7 lines

  1. main()
  2. {
  3.     char *p=(char *)0xbfe001;
  4.  
  5.     for(;;) printf("%d\n",(int)*p);
  6. }
  7.